@blue-a11y/dsh-client-shortcuts:dsh web GUI 的全局快捷键插件
`@blue-a11y/dsh-client-shortcuts` 是 DeepSeek Harness web GUI 的浏览器端增强插件,旨在通过全局键盘快捷键替代频繁的鼠标操作,提升效率。该插件运行于浏览器侧,核心服务 `ShortcutRegistry` 负责监听捕获阶段键盘事件并分发至UI动作,支持聚焦输入框、新建/切换会话、切换侧栏与详情面板、调整主题及滚动对话等功能。插件提供设置页,允许用户录制、重置组合键,并自动检测冲突及拦截浏览器保留组合键。需注意,改键仅在当前会话有效,刷新页面后恢复默认;焦点在输入框时默认放行键盘事件以保护正常输入。安装需先配置 DSH 环境,通过 `ds
Read Moredsh-voice-mic:为 DSH Web GUI 增加语音输入
`dsh-voice-mic` 是 DSH Web GUI 的语音输入插件,旨在简化长文本或代码的输入流程。它提供麦克风按钮及 `Alt+V` 快捷键,支持录音实时转写并写入输入框草稿,但不自动发送消息,确保用户确认内容。 插件支持三种识别引擎:一是基于 Web Speech API 的浏览器内置识别,适合快速试用;二是本地离线后端,支持 SenseVoiceSmall 和 Paraformer 模型,默认绑定 `127.0.0.1:7860`,确保音频不出本机,需 Python 3.9+ 环境;三是云端 API,兼容 OpenAI 接口,实时转写会产生相应费用。 安装需 DSH 0.1.0-
Read Moredsh-model-balance:在 DSH Web GUI 模型选择器前显示账户余额与配额
dsh-model-balance 是一款专为 DSH Web GUI 设计的插件,旨在解决多模型供应商开发中频繁切换控制台查看余额的痛点。该插件不改变模型调用链路,仅在模型选择器前显示 DeepSeek、StepFun、Kimi、OpenRouter、MiniMax 及 xAI 等支持 API 查询供应商的真实余额或配额;对于通义、小米等无 API 接口的供应商,则提供控制台入口链接。插件具备智能刷新机制,包括切换模型即时显示、对话结束后强制刷新、每两分钟定时轮询及点击手动刷新,并设有成功与失败结果的不同缓存策略以确保状态准确。用户可通过 npx 命令从 GitHub 或 npm 轻松安装,
Read Morehellosz/dsh-pets: Codex Pets Style Plugin for DSH Web GUI
`hellosz/dsh-pets` is a DeepSeek Harness (DSH) Web GUI plugin licensed under the MIT License, designed to visually present agent task status through pet animations. The plugin introduces 10 built-in pets, using 9 state animations (such as thinking, waiting, reviewing, error, etc.) to replace traditional progress indicators, helping users quickly identify the current phase of an Agent during long tasks, approvals, or code reviews. Key features include: pets support drag-and-drop, click interaction, and one-click hiding; the settings page allows users to switch pets and adjust zoom ratios from 0.6x to 2.5x; it supports petdex-compatible custom pet package formats (8x9 spritesheet). The plugin only listens to DSH events without blocking the workflow, and provides status queries via a web interface.
Read More